go/types.unifier.exact (field)
5 uses
go/types (current package)
unify.go#L64: exact bool
unify.go#L77: u := &unifier{exact: exact}
unify.go#L309: if !u.exact {
unify.go#L360: if enableCoreTypeUnification && !u.exact {
unify.go#L542: return (!u.exact || x.dir == y.dir) && u.nify(x.elem, y.elem, p)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)